Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump markdown-it from 12.2.0 to 12.3.2 in /website #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 12, 2022

Bumps markdown-it from 12.2.0 to 12.3.2.

Changelog

Sourced from markdown-it's changelog.

[12.3.2] - 2022-01-08

Security

[12.3.1] - 2022-01-07

Fixed

  • Fix corner case when tab prevents paragraph continuation in lists, #830.

[12.3.0] - 2021-12-09

Changed

  • StateInline.delimiters[].jump is removed.

Fixed

  • Fixed quadratic complexity in pathological ***<10k stars>***a***<10k stars>*** case.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

vegerot and others added 2 commits November 10, 2021 19:53
On a tall monitor (where you can fit the content of the whole screen
without scrolling), it can be difficult seeing where a particular in-page
link takes you.  This commit makes these elements stand out more
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.2.0 to 12.3.2.
- [Release notes](https://github.com/markdown-it/markdown-it/releases)
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](markdown-it/markdown-it@12.2.0...12.3.2)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 12, 2022
vegerot pushed a commit that referenced this pull request Jan 13, 2023
test_debug_server.trace_websocket_sends_trace_data is failing
occasionally with the following message:

    [ RUN      ] test_debug_server.trace_websocket_sends_trace_data
    .../test/test-debug-server.cpp:464: Failure
    Actual function call count doesn't match EXPECT_CALL(v, visit_init_event(::testing::Field( &trace_stream_event_visitor::init_event::version, ::testing::StrEq("2.10.0"))))...
             Expected: to be called once
               Actual: never called - unsatisfied and active
    .../test/test-debug-server.cpp:461: Failure
    Actual function call count doesn't match EXPECT_CALL(v, visit_packet_header(::testing::_))...
             Expected: to be called once
               Actual: never called - unsatisfied and active
    .../test/test-debug-server.cpp:464: Failure
    Actual function call count doesn't match EXPECT_CALL(v, visit_init_event(::testing::Field( &trace_stream_event_visitor::init_event::version, ::testing::StrEq("2.10.0"))))...
             Expected: to be called once
               Actual: never called - unsatisfied and active
    .../test/test-debug-server.cpp:461: Failure
    Actual function call count doesn't match EXPECT_CALL(v, visit_packet_header(::testing::_))...
             Expected: to be called once
               Actual: never called - unsatisfied and active
    .../test/test-debug-server.cpp:464: Failure
    Actual function call count doesn't match EXPECT_CALL(v, visit_init_event(::testing::Field( &trace_stream_event_visitor::init_event::version, ::testing::StrEq("2.10.0"))))...
             Expected: to be called once
               Actual: never called - unsatisfied and active
    .../test/test-debug-server.cpp:461: Failure
    Actual function call count doesn't match EXPECT_CALL(v, visit_packet_header(::testing::_))...
             Expected: to be called once
               Actual: never called - unsatisfied and active
    .../test/test-debug-server.cpp:482: Failure
    Value of: delegate.received_thread_indexes
    Expected: has 3 elements and there exists some permutation of elements such that:
     - element #0 is equal to 1, and
     - element #1 is equal to 2, and
     - element #2 is equal to 3
      Actual: { 3, 1, 2, 3, 1, 2 }, which has 6 elements
    expected three streams: main thread, other thread, debug server thread
    [  FAILED  ] test_debug_server.trace_websocket_sends_trace_data (1 ms)

These failures are caused by the test not handling empty messages
properly. Hackily fix the flaky failure by ignoring empty messages in
the test.
vegerot pushed a commit that referenced this pull request Jan 8, 2024
vegerot pushed a commit that referenced this pull request Jan 8, 2024
The releases page has invalid HTML:

    <a href="#2.15.0">2.15.0 (2023-07-18)<a>

Fix the closing 'a' by telling the Markdown tool that it's a closing
tag:

    <a href="#2.15.0">2.15.0 (2023-07-18)</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant